go/types.tparamsList.set (method)

6 uses

	go/types (current package)
		infer.go#L203: 			u.x.set(i, targ)
		infer.go#L486: 			u.x.set(i, targ)
		infer.go#L547: 					u.x.set(i, core.typ)
		unify.go#L232: func (d *tparamsList) set(i int, typ Type) {
		unify.go#L344: 		u.x.set(i, y)
		unify.go#L353: 		u.y.set(j, x)